projects
/
utf8proc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd73cd0
)
install package version file
author
Kevin Albertson
<kevin.eric.albertson@gmail.com>
Sat, 13 Jan 2024 23:46:34 +0000
(18:46 -0500)
committer
Kevin Albertson
<kevin.eric.albertson@gmail.com>
Mon, 15 Jan 2024 15:42:25 +0000
(10:42 -0500)
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index ff94dc2d67e5b213bbb96bc67ec67081f97d0dfd..3ba943aeff5d8bba1dc7d8db1ecc72c6e62b3785 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-73,8
+73,13
@@
if (UTF8PROC_INSTALL)
INSTALL_DESTINATION "${CMAKE_INSTALL_LIBDIR}/cmake/utf8proc"
NO_SET_AND_CHECK_MACRO
)
+ write_basic_package_version_file(
+ "${CMAKE_CURRENT_BINARY_DIR}/utf8proc-config-version.cmake"
+ COMPATIBILITY AnyNewerVersion
+ )
install (FILES
"${CMAKE_CURRENT_BINARY_DIR}/utf8proc-config.cmake"
+ "${CMAKE_CURRENT_BINARY_DIR}/utf8proc-config-version.cmake"
DESTINATION "${CMAKE_INSTALL_LIBDIR}/cmake/utf8proc"
)